home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Akce / xtran5pw.exe / {app} / xtran.exe / 0 / RCDATA / TREGIST / TREGIST.txt
Text File  |  2004-01-24  |  928b  |  52 lines

  1. object Regist: TRegist
  2.   Left = 245
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Registrace produktu'
  6.   ClientHeight = 93
  7.   ClientWidth = 233
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnActivate = FormActivate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 9
  18.     Width = 112
  19.     Height = 13
  20.     Caption = 'Zadejte registra∩┐╜n∩┐╜ k∩┐╜d:'
  21.   end
  22.   object OKBtn: TButton
  23.     Left = 70
  24.     Top = 59
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.     OnClick = OKBtnClick
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 150
  35.     Top = 59
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Zp∩┐╜t'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object editKod: TEdit
  44.     Left = 8
  45.     Top = 26
  46.     Width = 217
  47.     Height = 21
  48.     MaxLength = 100
  49.     TabOrder = 2
  50.   end
  51. end
  52.